home *** CD-ROM | disk | FTP | other *** search
- <!-- NOTE: Remove the original BODY tag in your document. -->
-
- <FRAMESET Cols="25%,75%">
- <FRAME Name="contents" SRC="contents.html" Scrolling="Yes">
- <FRAME Name="main" SRC="about.html" Scrolling="No">
-
-
- <NOFRAMES>
- <!-- Put text/links that will be displayed in browsers that don't handle frames here: -->
-
- <H1>Welcome to our company!</H1>
-
- This page looks better in a browser that can display frames.
- <P>
- <B>Contents</B></P>
-
- <P><A HREF="about.html" TARGET="main">About our company</A></P>
-
- <P><A HREF="products.html" TARGET="main">Products</A></P>
-
- <P><A HREF="contact.html" TARGET="main">Contact us</A></P>
-
- </NOFRAMES>
-
- </FRAMESET>
-
-
-